Routines (alphabetical) > Routines: H > HDF-EOS Routines > EOS_EXISTS

EOS_EXISTS

The EOS_EXISTS function determines whether the current HDF-EOS extensions are supported on the current platform.

Syntax

Result = EOS_EXISTS( )

Return Value

Returns success (1) if the HDF-EOS extensions are supported, and fail (0) if not.

Arguments

None

Keywords

None

Examples

IF (~ HDF_EOS_EXISTS) THEN PRINT,'HDF-EOS not available.'

Version History

 

5.2.1

Introduced